Listing 09 - Page 0: No Title

##############################################################################
# Python From Scratch
# Autor: Nilo Ney Coutinho Menezes
# Editora Novatec (c) 2010-2024
# Site: https://pythonfromscratch.com
#
# File: listing\chapter 09\09.1404 - No Title.py
# Description: No Title
##############################################################################

[
  {"name": "John", "grades": [3, 7, 8.5, 1.5]},
  {"name": "Maria", "grades": [9.5, 8.5, 10, 7]},
  {"name": "Marcos", "grades": [7, 7.5, 8, 9]},
  {"name": "Zechariah", "grades": [6.5, 7, 8, 9.5]}
]
Click here to download the file